footer{
    background-color: rgb(42, 45, 52);
    color: white;
    padding: 3% 0 0;
}
.footer_content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.5%;
}
.footer_content .contact{
    width: 30%;
    
}
.contact>img{
  width: 3.8vw;
  min-width: 30px;
}
.contact>div{
    display: flex;
    align-items: flex-start;
    margin-top: 3%;
    font-size: 16px;
}
.contact>div img{
    width: 30px;
    min-width: 14px;
    margin-right: 2%;
}
.contact>div p{
    opacity: .9;
    font-weight: 300;
}
.contact>div:last-child p:last-child{
    margin-top: .2%;
}

.footer_content .list{
    display: flex;
    width: 62%;
    justify-content: space-between;
}
footer .list .titl{
    font-size: 18px;
   
}
footer .list a{
    color: rgb(112, 112, 112);
}
footer .list li{
line-height: 2em;
font-size: 16px;
text-align: center;
}
footer .list li:not(.titl){
    color: rgb(112, 112, 112);
}
footer .list div{
    text-align: center;
    font-size: 14px;
    font-weight: 300;

}
footer .list img{
    width: 4vw;
    min-width: 30px;
    margin-bottom: 2.2%;
}
footer .bei{
    background-color: black;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    line-height: 3em;
    
}

@media screen and (max-width:950px){
    footer .list div{
    width: 100%;
    }
    footer .list img{
        width: 15vw;
    }
    footer .bei{
        font-size: 9px;
    }
    .footer_content{
        flex-direction: column;
        flex-wrap: flex-wrap;
        gap: 10px;
   
    }
    .footer_content .contact{
        width: 100%;
    }
    .contact>div img{
        width: 23px;
    }
    .contact>img{
        
    width: 10.8vw;
    }
    .contact>div p,
    footer .list div{
             font-size: 14px;
    }
    .footer_content .list{
        width: 100%;
        flex-wrap: wrap;
    }
    footer .list li{
        font-size: 10px;
    }
    footer .list .titl{
        font-size: 12px;
    }
  
}